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; } declare class FSDelegateImpl extends NSObject { static ObjCProtocols: { prototype: FSDelegate; }[]; fullstoryDidStartSession(sessionUrl: string): void; fullstoryDidStopSession(): void; fullstoryDidTerminateWithError(error: NSError): void; } export { FSDelegateImpl };