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