import type { CliCommand } from './types.ts'; export declare function parseApiArguments(args: string[]): CliCommand;