export declare function encryptString(string: string, encId: number): string;
export declare function decryptString(string: string, decId: number): string;
//# sourceMappingURL=cypher.d.ts.map