You want to replace "module-name" with ACTUAL module name:
declare module "launchdarkly-js-sdk-common" { export interface LDFlagSet { "your-flag": boolean; anotherOne: string; } }