import type { FetcherConstructor } from "./types";
import "./polyfill";
declare const SourcifyFetcher: FetcherConstructor;
export default SourcifyFetcher;
