import { PayIDAddressType } from "./PayIDAddressType";
export declare class PayIDAddressTypes {
    XRPL_MAINNET: PayIDAddressType;
    XRPL_TESTNET: PayIDAddressType;
    XRPL_DEVNET: PayIDAddressType;
    ACH: PayIDAddressType;
    BTC_MAINNET: PayIDAddressType;
    BTC_TESTNET: PayIDAddressType;
    ETH_MAINNET: PayIDAddressType;
    ALL_TYPES: PayIDAddressType[];
}
