import { LOGICAL_OPERATORS } from "../../constants"; import type { ValueOf } from "../../utils/value-of"; type LogicalOperator = ValueOf; export declare function isLogicalOperator(key: unknown): key is LogicalOperator; export {}; //# sourceMappingURL=logical-operators.d.ts.map