import type { AppCategory, AppManifest } from '@ankhorage/contracts'; import type { TemplateCatalog } from '../../templateCatalogContracts'; export interface ProjectTemplateSelection { category: AppCategory; templateId: string; } export declare function getProjectTemplate(selection: ProjectTemplateSelection): AppManifest; export declare function getTemplateCatalog(): TemplateCatalog; //# sourceMappingURL=index.d.ts.map