export default class Prefetchable { fetch(url: string): Promise; prefetch(url: string): void; private _promises; }