declare module 'shaka-player' {
  export = shaka;
}

declare const __VERSION__: string;
declare const __NAME__: string;
