import type { ParsedArgs } from "./types"; import { collapseDoubledA5cRuns as _sharedCollapseDoubledA5cRuns } from "../resolveInputPath"; declare const collapseDoubledA5cRuns: typeof _sharedCollapseDoubledA5cRuns; export declare function parseArgs(argv: string[]): ParsedArgs; export declare function resolveRunDir(baseDir: string, runDirArg?: string): string; export { collapseDoubledA5cRuns }; //# sourceMappingURL=args.d.ts.map