import type { Transport } from '@sentry/types';
import type { FetchTransportOptions } from './types';
/**
 * Creates a Transport that uses native fetch. This transport automatically extends the Workers lifetime with 'waitUntil'.
 */
export declare function makeFetchTransport(options: FetchTransportOptions): Transport;
//# sourceMappingURL=fetch.d.ts.map