import { ConfigService } from "@nestjs/config"; import { Surreal } from "surrealdb.node"; export declare class SurrealDBService { private configService; constructor(configService: ConfigService); db: Surreal; onModuleInit(): Promise; } //# sourceMappingURL=surrealdb.service.d.ts.map