import Cypher from "@neo4j/cypher-builder"; export declare const apocWrapper: { validatePredicate(predicate: Cypher.Predicate, message: string): Cypher.Function; validate(predicate: Cypher.Predicate, message: string, params?: Cypher.List | Cypher.Literal | Cypher.Map): Cypher.VoidProcedure; convertFormat(temporalParam: Cypher.Expr, currentFormat: string, convertTo?: string): Cypher.Function; }; //# sourceMappingURL=apoc-wrapper.d.ts.map