import Instabug from "./Instabug"; import BugReporting from "./BugReporting"; import FeatureRequests from "./FeatureRequests"; import Replies from "./Replies"; import Surveys from "./Surveys"; declare const _default: { Instabug: typeof Instabug; BugReporting: typeof BugReporting; FeatureRequests: typeof FeatureRequests; Surveys: typeof Surveys; Replies: typeof Replies; }; export = _default;