/** * cogitator models - list available models */ import { Command } from 'commander'; export declare function formatSize(bytes: number): string; export declare function formatDate(isoDate: string): string; export declare const modelsCommand: Command; //# sourceMappingURL=models.d.ts.map