import { type TArray, type TUnknown } from '@sinclair/typebox'; import type { Operator } from '../operators.js'; export declare const Name = "excludes"; export declare const Args: [TArray, TUnknown]; export declare const Func: Operator<[unknown[], unknown]>; //# sourceMappingURL=excludes.d.ts.map