import type { Expr } from "../types";
import type { CypherEnvironment } from "../Environment";
export declare function serializeMap(env: CypherEnvironment, map: Map<string, Expr>, omitCurlyBraces?: boolean): string;
