import type { CreateProjectInput } from './types.js'; export declare const initFiles: (settings: CreateProjectInput, options?: { cwd?: string; }) => Promise<{ targetDirectoryPath: string; files: string[]; }>; //# sourceMappingURL=initFiles.d.ts.map