export declare function validate(address: string, currencyNameOrSymbol: string, opts?: string | {
    networkType: string;
}): any;
export declare function getCurrencies(): any;
export declare function findCurrency(symbol: string): any;
