/** Serializes object into a string for Cypher objects */ export declare function stringifyObject(fields: Record): string;