/** * 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: { configure: (config: Partial) => void; addListener: (type: K, listener: (event: import("./privateTypes").Events[K]) => void) => void; removeListeners: (type: K_1, listener: (event: import("./privateTypes").Events[K_1]) => void) => void; getCurrentState: (requestedInterface?: string | undefined) => Promise; readonly eventEmitter: NativeEventEmitter; }; export default _default;