import type { CustomHeaders } from '../headers'; import type { StaticContext } from '../unleash'; export declare const buildImpactMetricContext: (customHeaders: CustomHeaders | undefined, staticContext: StaticContext) => StaticContext; //# sourceMappingURL=context.d.ts.map