import type { ProjectTemplateBase } from './ProjectTemplateBase'; export declare type ProjectTemplateResponse = ProjectTemplateBase;