import type { UserContext } from '../../../walk'; export declare function filter(node: any, ctx: UserContext, criteria: (item: any) => boolean): void; export declare function checkIfMatchByStrategy(nodeValue: any, decoratorValue: any, strategy: 'all' | 'any'): boolean;