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