export declare function validateJsonSchemaValue(params: { schema: Record; cacheKey: string; value: unknown; }): { ok: true; } | { ok: false; errors: string[]; };