interface SentryConfig {
    eventId?: string;
    isWebview: boolean;
}
export declare function initSentry(options: SentryConfig): void;
export {};
//# sourceMappingURL=sentry.d.ts.map