import { DLNAPlayerInterface, DeviceInfo, ExpoDlnaPlayerModuleEvents, PlaybackStatus } from './ExpoDlnaPlayer.types';
export declare const SCREEN_MIRRORING = "SCREEN_MIRRORING";
export declare const VIDEO_ONLY = "VIDEO_ONLY";
export type { DeviceInfo, PlaybackStatus, ExpoDlnaPlayerModuleEvents, };
interface ExpoDlnaPlayerModule extends DLNAPlayerInterface {
    getBufferingStatus(): Promise<object>;
}
declare const _default: ExpoDlnaPlayerModule;
export default _default;
//# sourceMappingURL=ExpoDlnaPlayerModule.d.ts.map