export interface Rng {
    randomBytes(n: number): Uint8Array;
}
export declare const webCryptoRng: Rng;
