export declare class ExtoleNative { init(programDomain: string, appName?: string, sandbox?: string, labels?: [], data?: Record, appData?: Record, appHeaders?: Record, email?: string | undefined, jwt?: string | undefined): Promise; debug(message: string): void; info(message: string): void; warn(message: string): void; error(message: string): void; fetchZone(zoneName: string, data: Record): any; sendEvent(eventName: string, params: Record): any; identify(email: string, params: Record): any; identifyJwt(jwt: string, params: Record): any; getAccessToken(): any; logout(): any; getJsonConfiguration(): Promise>; } //# sourceMappingURL=ExtoleNative.d.ts.map