import { NestedRecord } from "../types"; export declare type CypherParams = NestedRecord; /** Represent a cypher statement with params */ export declare type CypherStatement = [string, CypherParams]; //# sourceMappingURL=types.d.ts.map