declare function testDatabaseOperations(): Promise; declare function testRepositoryOperations(): Promise; export { testDatabaseOperations, testRepositoryOperations }; //# sourceMappingURL=database.test.d.ts.map