export declare const encodeBase32: (input: string) => string; export declare const decodeBase32: (input: string) => string;