export = DatabaseOperations; declare class DatabaseOperations { constructor(doc: any); doc: any; validateConnection(): Promise; }