export declare class Address {
    static readonly changeEndian: (scriptHash: string) => string;
    private static readonly _addressToScriptHash;
    static readonly addressToScriptHash: (address: string, littleEndian?: boolean) => Promise<string>;
    private static readonly _scriptHashToAddress;
    static readonly scriptHashToAddress: (scriptHash: string, littleEndian?: boolean) => Promise<string>;
}
