import { Bitcoind } from '../../types.js';
type ValidateAddressParams = {
    bitcoind: Bitcoind;
    address: string;
};
/**
 * validateaddress "address"
 *
 * Return information about the given bitcoin address.
 *
 */
export declare function validateAddress(params: ValidateAddressParams): Promise<any>;
export {};
//# sourceMappingURL=validate-address.d.ts.map