export declare enum FetcherType { custom = "custom", binary = "binary-fetcher", file = "file-fetcher", http = "http-fetcher", json = "json-fetcher" }