import type { SwaggerJson, Config } from "./types"; declare function generator(input: SwaggerJson, config: Config): { code: string; hooks: string; type: string; }; export { generator }; //# sourceMappingURL=generator.d.ts.map