/** * Mutates the given JSON schema to ensure it conforms to the `strict` standard * that the OpenAI API expects. */ export declare function ensureStrictJsonSchema(schema: Record): Record;