import { ValidateAddressesTypes } from "."; /** * Performs client-side validation of the address params that's passed-in by the user. */ export declare function validateParams(params: ValidateAddressesTypes.Params): void;