/// export declare type Bech32T = Readonly<{ hrp: string; data: Buffer; toString: () => string; equals: (other: Bech32T) => boolean; }>; //# sourceMappingURL=_types.d.ts.map