import { type LoggerInterface } from '@redocly/openapi-core'; import { type JsonValue } from 'jsonpath-rfc9535'; import type { RuntimeExpressionContext } from '../../../types.js'; export declare function evaluateJSONPathCondition({ condition, data, context, logger, }: { condition: string; data: JsonValue; context: RuntimeExpressionContext; logger: LoggerInterface; }): boolean; //# sourceMappingURL=evaluate-jsonpath-condition.d.ts.map