/** @internal */ export interface PortableCrypto { digestBase64(data: string): Promise; hmac(key: string, data: string): Promise; }