import type { JSONSchemaType } from "ajv";
import { EmitterOptions, TypeSpecRawConfig } from "./types.js";
export declare const emitterOptionsSchema: JSONSchemaType<EmitterOptions>;
export declare const TypeSpecConfigJsonSchema: JSONSchemaType<TypeSpecRawConfig>;
//# sourceMappingURL=config-schema.d.ts.map