/**
 * Creates or updates the main worker file with Sentry initialization.
 * Currently focused on Cloudflare Workers
 */
export declare function createSentryInitFile(dsn: string, selectedFeatures: {
    performance: boolean;
    logs: boolean;
}): Promise<void>;
