export declare function discoverStructuredOutputSchema(body: unknown): Record | undefined; export declare function conformContentToSchema(content: string, schema: Record | undefined): string; export declare function applyStructuredOutputConformance(content: string, body: unknown): string;