export interface LinePreviewProvider { getFileUrl(ngasFileId: string): string; prefetch?(ngasFileId: string): void; }