export function encode(input: any, asciiOnly: any): string; export function decode(base32Str: any, asciiOnly: any): string; export function decodeAsBytes(base32Str: any): number[];