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