import type { TemplateConfig } from "./types.js"; export declare function discoverTemplates(templatesDir: string): Array; export declare function createApp(projectName: string, options?: { template?: string; config?: Record; }): Promise; //# sourceMappingURL=index.d.ts.map