export declare function fetchBuffer(url: string): Promise; export declare function remoteFileExists(url: string): Promise; interface HuggingfaceModelInfo { modelId: string; branch: string; } export declare function parseHuggingfaceModelIdAndBranch(url: string): HuggingfaceModelInfo; export declare function normalizeTransformersJsClass(classLike: T | string | undefined, fallback?: T): T; export {};