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