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