import { RpcShutdownResult } from '../../types/rpc/rpc-shutdown-result.cjs'; import type { Client } from '../../../clients/types.cjs'; export declare function shutdown(client: Client): Promise;