import { Db, ObjectId as MongoObjectId } from "mongodb"; export * from "./cities"; export * from "./streets"; export * from "./departmentsSubjects"; export * from "./tickets"; export * from "./systemInstructions"; export * from "./muniIssues"; export * from "./utils/types"; export type { CityName } from "./utils/types"; export { municipalDataMongodbClient } from "./mongodb-client"; export declare const setDb: (d: Db) => void; export declare const getDb: () => Db; export declare const ObjectId: typeof MongoObjectId; //# sourceMappingURL=index.d.ts.map