///
import { Readable } from "stream";
export { Fetcher } from "./fetcher";
import { Fetcher } from "@createdreamtech/carti-core";
export declare function fetcher(uri: string, fileName: string): Promise;
export declare function bundleFetcher(uri: string): Fetcher;