import type { CliOptions } from './types.js';
export declare function parseArgs(): Promise<CliOptions>;
