/** * Copyright (c) 2025 Mihajlo Stojanovski * All rights reserved. */ import type { AIResponse } from "../types"; export declare class SchemaValidator { static validate(json: unknown): AIResponse | null; private static validateConfidence; } //# sourceMappingURL=schema.d.ts.map