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