import type Player from '@oplayer/core'; declare const focusListener: (player: Player, autoFocus: boolean) => void; declare const isFocused: (player: Player) => boolean; export { focusListener, isFocused }; //# sourceMappingURL=focus.d.ts.map