import { buildFeedbackIntegration } from './integration';
type FeedbackIntegration = ReturnType<typeof buildFeedbackIntegration>;
/**
 * This is a small utility to get a type-safe instance of the Feedback integration.
 */
export declare function getFeedback(): ReturnType<FeedbackIntegration> | undefined;
export {};
//# sourceMappingURL=getFeedback.d.ts.map
