export declare const HUGGING_FACE_TREE_REF_URL: (repo: string, tree: string, path: string) => string; export declare const HUGGING_FACE_DOWNLOAD_FILE_MAIN_URL: (modelId: string, fileName: string) => string; export declare const HUGGING_FACE_REPO_URL: (author: string, repo: string) => string; export declare const HUGGING_FACE_REPO_MODEL_API_URL: (repo: string) => string; export declare const AllQuantizations: string[];