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