export declare enum PayIDNetworks {
    XRPL = "XRPL",
    ACH = "ACH",
    BTC = "BTC",
    ETH = "ETH"
}
