import { Network } from '../../node_modules/@btc-vision/bitcoin/browser/index.js';
export declare class AddressGenerator {
    static generatePKSH(sha256Hash: Uint8Array, network: Network): string;
    static generateTaprootAddress(pubKey: Uint8Array, network: {
        bech32: string;
    }): string;
    private static toSegwitAddress;
}
//# sourceMappingURL=AddressGenerator.d.ts.map