declare global { interface Window { _fs_debug: boolean; _fs_host: any; _fs_org: string; _fs_namespace: string; } } export declare const setupFullStory: (fsCodeArg: string) => Promise;