export interface FileLoader { accepts(url: string): boolean; load(url: string, options?: RequestInit): Promise; }