export declare const getCrypto: () => Crypto;
export declare const getBtoa: () => typeof import("base-64").encode;
export declare const getAtob: () => typeof import("base-64").decode;
