import { Bitcoind } from '../../types.js';
type ClearBannedParams = {
    bitcoind: Bitcoind;
};
/**
 * clearbanned
 *
 * Clear all banned IPs.
 *
 */
export declare function clearBanned(params: ClearBannedParams): Promise<any>;
export {};
//# sourceMappingURL=clear-banned.d.ts.map