#!/usr/bin/env -S npx -y tsx --no-cache /** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { type Config } from "ts-json-schema-generator"; export declare const DEFAULT_CONFIG: Partial; export declare function isObject(v: unknown): v is Record; //# sourceMappingURL=generate.d.ts.map