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