import type { Handler } from 'hono'; import type { Store } from '../../../store.js'; export declare function bffCatalogHandler(store: Store): Handler; //# sourceMappingURL=bff-catalog.d.ts.map