/**
 * Flowtype definitions for script-loader
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.21.0
 * @flow
 */

declare export class ScriptLoader {
  constructor(): this;
  +dispose: () => void;
  load: (url: string) => Promise<boolean>;
}
