import type { TalsecConfig } from '../../types/types';
export declare const talsecStart: (options: TalsecConfig) => Promise<string>;
export declare const addToWhitelist: (packageName: string) => Promise<boolean>;
export declare const blockScreenCapture: (enable: boolean) => Promise<string>;
export declare const isScreenCaptureBlocked: () => Promise<boolean>;
export declare const storeExternalId: (data: string) => Promise<string>;
export declare const removeExternalId: () => Promise<string>;
export declare const getAppIcon: (packageName: string) => Promise<string>;
export declare const onInvalidCallback: () => void;
export declare const removeListenerForEvent: (channel: string) => Promise<string>;
//# sourceMappingURL=native.d.ts.map