export declare function cancelFetch(taskId: string): void; export declare function fetchTile(url: string, headers: {}, options: any): Promise; export declare function fetchTileBuffer(url: string, headers: {}, options: any): Promise;