import { FullstorySDKCommon } from './common'; export { FullStoryEvents } from './common'; export declare class FullstorySDK extends FullstorySDKCommon { static identify(id: string, params?: any): void; static setUserVars(params: any): void; static consent(consented: boolean): void; static shutdown(): void; static restart(): void; }