import { type SafeParseResult } from "./args.js"; import type { ParsedArgs } from "./types.js"; type ArgParser = (args: ParsedArgs) => SafeParseResult; export declare function handleProjectDirCommand(args: ParsedArgs, parser: ArgParser, commandName: string, command: (options: T) => Promise): Promise; export {}; //# sourceMappingURL=handler-utils.d.ts.map