import type { CliCommand } from './types.ts'; /** Parses raw CLI arguments into a command object for the runner. */ export declare function parseCliArguments(args: string[]): CliCommand;