import type { CypherEnvironment } from "../../Environment";
import { SetClause } from "./Set";
export declare class OnMatch extends SetClause {
    /** @internal */
    getCypher(env: CypherEnvironment): string;
}
