import { TJSONSchema } from './types.js'; export declare function extractJsonSchema(libSchema: unknown): TJSONSchema | undefined;