export type CreateMultipartSubscriptionOptions = { fetch?: WindowOrWorkerGlobalScope["fetch"]; headers?: Record; }; export declare function generateOptionsForMultipartSubscription(headers: Record): { headers: Record; body?: string | undefined; }; //# sourceMappingURL=shared.d.ts.map