import { StreamingInfo } from "../src/index";
declare function getStreamingInfo(itemFullPath: string, Fetcher: (url: string, options: RequestInit) => Promise<Response>, country: string): Promise<StreamingInfo>;
export default getStreamingInfo;
