import type crashlyticsAndroid from './crashlytics-Android';
import type crashlyticsIOS from './crashlytics-iOS';
declare const Crashlytics: typeof crashlyticsAndroid & typeof crashlyticsIOS;
export default Crashlytics;
