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