export declare function bech32Encode(hrp: string, witprog: Uint8Array): string;
export declare function bech32Decode(expectedHrp: string, addr: string): [string, Uint8Array];
//# sourceMappingURL=bech32.d.ts.map