/// import Rope from '../rope'; export default class RopeWeb extends Rope { start(dom: HTMLElement | string, isomorphic?: boolean): Promise; }