export declare class ProtectedDataEncryptionKeyCache {
    constructor(_cacheTimeToLive: number);
}
export declare function randomBytes(_size: number): Promise<string>;
export declare function createHmac(_algorithm: string, _key: string): Promise<string>;
//# sourceMappingURL=ProtectedDataEncryptionKeyCache-browser.d.mts.map