export declare const b32ToBuf: (str: string) => ArrayBuffer;
export declare const b32FromBuf: (buf: ArrayBuffer) => string;
