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