import type { Context } from 'hono'; import type * as App from '../../App.js'; /** Returns an inventory cache key scoped by request URL, providers, and database source. */ export declare function key(c: Context): string; //# sourceMappingURL=Inventory.d.ts.map