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;