import type { ReportDialogOptions } from '@sentry/core';
/**
 * Present the user with a report dialog.
 *
 * @param options Everything is optional, we try to fetch all info need from the current scope.
 */
export declare function showReportDialog(options?: ReportDialogOptions): void;
//# sourceMappingURL=report-dialog.d.ts.map