import { CypherStatement } from "../types"; /** Joins all valid cypher statements and params with given separator, ignoring empty or undefined statements */ export declare function joinStatements(statements: string | CypherStatement | Array, separator?: string): CypherStatement; //# sourceMappingURL=join-statements.d.ts.map