import { type MatchContext, type AnyCaseNodeOrData, AnyState } from '../../../../../entities/types';
export declare const validateVariables: (state: AnyState, context: MatchContext, stateHandler: (state: AnyState) => Promise<void | Record<string, AnyCaseNodeOrData>>) => Promise<Record<string, AnyCaseNodeOrData>>;
