import { ConstructorsModel } from "./types/constructors.model"; import { GeneratorOptions } from "../types"; export declare function produceConstructorsContent(model: ConstructorsModel, options: GeneratorOptions): string;