import { IConcept, ITechnology } from 'kodyfire-core'; import { Concept } from './concept'; export declare class Scaffold extends Concept { model: any; constructor(concept: Partial, technology: ITechnology); initEngine(): void; generate(_data: any): Promise; readFolder(folder: string): Promise; getFilename(path: string, name: string): string; } //# sourceMappingURL=scaffold.d.ts.map