import type { FeedbackInternalOptions } from '@sentry/core';
import type { OptionalFeedbackConfiguration } from '../core/types';
/**
 * Quick and dirty deep merge for the Feedback integration options
 */
export declare function mergeOptions(defaultOptions: FeedbackInternalOptions, optionOverrides: OptionalFeedbackConfiguration): FeedbackInternalOptions;
//# sourceMappingURL=mergeOptions.d.ts.map