export type SupportsFetchAppEmbeddedKey = () => Promise<boolean>;
export declare const supportsFetchAppEmbeddedKey: SupportsFetchAppEmbeddedKey;
