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