/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @format */ import { NativeEventEmitter } from 'react-native'; declare const _default: { eventEmitter: NativeEventEmitter; configure: (config: Partial) => void; getCurrentState: (requestedInterface?: string | undefined) => Promise; addListener(type: K, listener: (event: import("./privateTypes").Events[K]) => void): void; removeListeners(type: K_1, listener: (event: import("./privateTypes").Events[K_1]) => void): void; }; export default _default;