import { Uint160 } from "../uint";
export declare class Wallet {
    static readonly CoinVersion = 23;
    static readonly toAddress: (scriptHash: Uint160) => Promise<string>;
    static toScriptHash: (address: string) => Promise<Uint160>;
}
