import { Event, Profile } from '@sentry/core'; /** * Caches a profile to later be re-attached to an event */ export declare function rendererProfileFromIpc(event: Event, profile: Profile): void; /** * Injects 'js-profiling' document policy headers and ensures that profiles get forwarded with transactions */ export declare const rendererProfilingIntegration: () => import("@sentry/core").Integration; //# sourceMappingURL=renderer-profiling.d.ts.map