export type FetchAppEmbeddedKey = () => Promise<string>;
export declare const fetchAppEmbeddedKey: FetchAppEmbeddedKey;
