import { IIndeksdProject, IGeneratedFile } from '../types'; export declare function generateProject(project: IIndeksdProject): Array;