import { ObjectID } from "mongodb";
declare const _default: {
    "_id": ObjectID;
    "QuantityPerUnit": string;
    "UnitPrice": number;
    "CategoryId": ObjectID;
    "Name": string;
    "Discontinued": boolean;
}[];
export = _default;
