import { Attachment, Envelope, Event, Profile, ProfileChunk } from '@sentry/core'; /** Pulls an event and additional envelope items out of an envelope. Returns undefined if there was no event */ export declare function eventFromEnvelope(envelope: Envelope): [Event, Attachment[], Profile | undefined] | undefined; /** Extracts profile_chunk from an envelope if present */ export declare function profileChunkFromEnvelope(envelope: Envelope): ProfileChunk | undefined; //# sourceMappingURL=envelope.d.ts.map