import { ZodType, JSONSchema7 as JSONSchema } from '@multimodal/model-provider'; /** * Convert schema to JSON schema, handling both Zod and direct JSON Schema inputs */ export declare const zodToJsonSchema: (schema: ZodType | JSONSchema) => JSONSchema; /** * Format tool parameters into a more readable form */ export declare function formatToolParameters(schema: JSONSchema): string; //# sourceMappingURL=common.d.ts.map