declare function prefetch(url: string): Promise<void>;

export = prefetch;
