import { SEMANTIC_MUTATION_KINDS, type SemanticMutationKind } from "./types.js";
export declare function assertSemanticMutationKind(value: string): asserts value is SemanticMutationKind;
export { SEMANTIC_MUTATION_KINDS };
//# sourceMappingURL=operators.d.ts.map