import { GeneratorOptions, ContentFile } from "./types"; export declare function generateConstructors(files: T[], options?: GeneratorOptions): T[];