import { RpcGetLaunchCommandResult } from '../../types/rpc/rpc-get-launch-command-result.cjs'; import type { Client } from '../../../clients/types.cjs'; export declare function getLaunchCommand(client: Client): Promise;