export declare const getCrypto: () => Crypto;
export declare const getBtoa: () => typeof btoa;
export declare const getAtob: () => typeof atob;
