/** Name of the specification file copied locally (without extension) */ export declare const LOCAL_SPEC_FILENAME = "open-api"; /** Extension of the Specification file in YAML format */ export declare const SPEC_YAML_EXTENSION = "yaml"; /** Extension of the Specification file in JSON format */ export declare const SPEC_JSON_EXTENSION = "json"; //# sourceMappingURL=generators.d.ts.map