import type { AnyCaseNodeOrData, MatchContext } from '../../../entities/types';
export declare const mustResolveToString: (matcher: AnyCaseNodeOrData, context: MatchContext) => string;
export declare const mustResolveToNumber: (matcher: AnyCaseNodeOrData, context: MatchContext) => number;
