import { Request } from '../request'; import { Response } from '../response'; export * from './common'; export declare function headers(): (request: Request, next: () => Promise) => Promise;