import type { ProgramAssets, ProgramMeta, ProgressCallback, RuntimeManifest } from './types'; export declare function setApiUrl(url: string): void; export declare function getBaseModelUrl(runtime: RuntimeManifest): string; export declare function getRuntimeManifest(runtimeId: string): Promise; export declare function resolveRuntimeManifest(meta: ProgramMeta): Promise; export declare function resolveSlug(slug: string): Promise; export declare function loadProgramAssets(programId: string, _onProgress?: ProgressCallback): Promise; //# sourceMappingURL=loader.d.ts.map