import { EthereumAddress } from './ethereum';
import { Address } from './address';
export declare class XinFinAddress extends EthereumAddress implements Address {
    static addressPrefix: string;
    static getName(): string;
}
//# sourceMappingURL=xinfin.d.ts.map