export declare class Cypher {
    cypher: string;
    seperator: string;
    constructor(cypher: string, seperator?: string);
}
