import { ModelArtifact } from '@/domain/models/model.interface'; export declare const appPath: string; export declare const checkFileExistenceInPaths: (file: string, paths: string[]) => boolean; export declare const llamaModelFile: (files: string[] | ModelArtifact | ModelArtifact[]) => string;