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