import { AddressValidationCurrencyParameters } from "@ledgerhq/types-live"; type ValidateAddressFunction = (address: string, parameters: Partial) => Promise; export declare function getValidateAddress(network: string): ValidateAddressFunction; export {}; //# sourceMappingURL=validateAddress.d.ts.map