import { HuggingFaceRepoData } from '@/domain/models/huggingface.interface'; import { ModelMetadata } from '@/infrastructure/commanders/types/model-tokenizer.interface'; export declare function guessPromptTemplateFromHuggingFace(jinjaCode?: string): string; export declare function fetchJanRepoData(modelId: string): Promise; export declare function getRepoModelsUrl(repoId: string, tree?: string): string; export declare function getHFModelMetadata(ggufUrl: string): Promise;