import { readFile, writeFile } from "node:fs/promises"; export declare const initCommand: import("citty").CommandDef<{ ci: { type: "string"; description: string; required: true; }; cwd: { type: "string"; description: string; default: string; }; force: { type: "boolean"; description: string; default: false; }; }>; export declare const __INIT_TEST_HOOKS__: { writeFile: typeof writeFile; readFile: typeof readFile; }; //# sourceMappingURL=init.d.ts.map