export declare const flattenGremlinVertex: (raw: Record<string, any>) => {
    data: Record<string, any>;
    multiProps: string[];
};
