import { P2PKHAddress } from './p2pkh';
import { Address } from './address';
export declare class RippleAddress extends P2PKHAddress implements Address {
    static alphabet: string;
    static getName(): string;
}
//# sourceMappingURL=ripple.d.ts.map