export declare function currentTimestamp(): number;
export declare function addBase32Padding(base32InputNoPadding: string): string;
export declare function toHex(buffer: Uint8Array): string;
