import { OKTChainAddress } from './okt-chain';
import { Address } from './address';
export declare class HarmonyAddress extends OKTChainAddress implements Address {
    static hrp: string;
    static getName(): string;
}
//# sourceMappingURL=harmony.d.ts.map