import { ObjectID } from "mongodb"; declare const _default: { "_id": ObjectID; "Description": string; "Name": string; }[]; export = _default;