/// import { Schema as InternalSchema } from '../schema-analyzer'; import { type ExpandedJSONSchema } from '../types'; export declare function convertInternalToExpanded(internalSchema: InternalSchema, options?: { signal?: AbortSignal; }): Promise;