/**
 * @param {import("../app.js").HeaderOptions} [opts]
 */
export function defaultHeaders(opts?: import("../app.js").HeaderOptions): (ctx: any, next: any) => any;
