export declare function remoteFileExists(url: string): Promise; interface HuggingfaceModelInfo { modelId: string; branch: string; } export declare function parseHuggingfaceModelIdAndBranch(url: string): HuggingfaceModelInfo; export {};