import { CypherEngine } from '../engine/CypherEngine';
/**
 * Exposes a delegate to call a CypherFunction
 *
 * @export
 * @interface ICypherFunction
 */
export declare type ICypherFunction = (engine: CypherEngine) => CypherEngine;
