/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { Schema, type Config } from "ts-json-schema-generator"; export declare function generateSchemaFile(conf?: Partial, postProcessor?: (s: Schema) => Schema): { destination: string; schema: import("json-schema").JSONSchema7; }; //# sourceMappingURL=generate-schema-file.d.ts.map