import { DestinationPlugin, IdentifyEventType, PluginType, ScreenEventType, TrackEventType } from '@segment/analytics-react-native'; export declare class FirebasePlugin extends DestinationPlugin { type: PluginType; key: string; identify(event: IdentifyEventType): Promise; track(event: TrackEventType): Promise; screen(event: ScreenEventType): Promise; reset(): Promise; } //# sourceMappingURL=FirebasePlugin.d.ts.map