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