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