import { Model } from "../../types/mongodb.types"; import { IResponse } from "../../types/status.type"; declare const getAllModels: () => Promise>; export default getAllModels; //# sourceMappingURL=get-all-models.helper.d.ts.map