alwaysai
Version:
The alwaysAI command-line interface (CLI)
13 lines • 789 B
TypeScript
declare function removeCache(modelPath: string, ignore: string[] | undefined): void;
declare function errorIfIdNotInCache(modelPath: string, id: string): void;
declare function errorIfIgnoredNotInCache(ignoreVersions: string[], modelPath: string, id: string): void;
export declare const modelPrune: import("@alwaysai/alwayscli/lib/types").CliLeaf<import("@alwaysai/alwayscli").CliInput<string, true>, {
ignore: import("@alwaysai/alwayscli").CliInput<string[] | undefined, boolean>;
}, import("@alwaysai/alwayscli").CliInput<undefined, false>>;
export declare const testSuiteFuncs: {
errorIfIdNotInCache: typeof errorIfIdNotInCache;
errorIfIgnoredNotInCache: typeof errorIfIgnoredNotInCache;
removeCache: typeof removeCache;
};
export {};
//# sourceMappingURL=prune.d.ts.map