import { Bitcoind } from '../../types.js';
type StopParams = {
    bitcoind: Bitcoind;
};
/**
 * stop
 *
 * Request a graceful shutdown of Bitcoin Core.
 *
 */
export declare function stop(params: StopParams): Promise<any>;
export {};
//# sourceMappingURL=stop.d.ts.map