/** Convert bech32 format string to HEX format string. */
export declare function toHex(str: string): string;
//# sourceMappingURL=bech32.d.ts.map