import { ClsService } from "nestjs-cls"; import { CypherService } from "../../../core/neo4j/services/cypher.service"; export declare class UserCypherService { private readonly cypherService; private readonly clsService; constructor(cypherService: CypherService, clsService: ClsService); default(params?: { searchField: string; }): string; userHasAccess: () => string; returnStatement: () => string; } //# sourceMappingURL=user.cypher.service.d.ts.map