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