import type { Context, Next } from 'hono'; import type { Store } from '../../store'; export declare function responseHeadersMiddleware(store: Store): (ctx: Context, next: Next) => Promise; //# sourceMappingURL=responseHeadersMiddleware.d.ts.map