import { Hmac } from "./hmac";
import type { RandomBytes } from "./random";
export declare const hmac: Hmac;
export declare const randomBytes: RandomBytes;
