import type { PropagationContext } from '@sentry/types'; /** * Returns a new minimal propagation context */ export declare function generatePropagationContext(): PropagationContext; //# sourceMappingURL=propagationContext.d.ts.map