import { Context } from "../agent/Context";
export declare function filterEmptyRequestHeaders(headers: Context["headers"]): Record<string, string | string[]>;
