declare function getSize(url: string): any;
declare function prefetch(url: string): void;
export { getSize, prefetch, };
