import type { ProjectCreatingCLIOptionSchema } from '../types'; declare const generateOpConfigFile: (options: ProjectCreatingCLIOptionSchema, folder: string) => Promise; export { generateOpConfigFile }; //# sourceMappingURL=template.d.ts.map