export declare const ResourceUsage: import("@semantic-api/api").MongoDocument & {} & { hits: never; last_maximum_reach: Date; } & {}, description: Omit, "$id" | "properties" | "required" | "owned" | "indexes"> & { indexes: readonly string[] | undefined; $id: "resourceUsage"; required: readonly (string | number | symbol)[] | undefined; owned: boolean | undefined; } & { properties: { readonly hits: { readonly type: "integer"; }; readonly last_maximum_reach: { readonly type: "string"; readonly format: "date-time"; }; }; };