import { EventHint, SendFeedbackParams } from '@sentry/types';
/**
 * Send user feedback to Sentry.
 */
export declare function captureFeedback(feedbackParams: SendFeedbackParams, hint?: EventHint & {
    includeReplay?: boolean;
}, scope?: import("@sentry/types").Scope): string;
//# sourceMappingURL=feedback.d.ts.map
