import Emitter from './Emitter'; declare namespace orientation { interface IOrientation extends Emitter { get(): string; } } declare const orientation: orientation.IOrientation; export default orientation;