UNPKG

@yuchida-tamu/podcast-gen

Version:

AI-Powered Monologue Podcast Generator

7 lines 497 B
import type { ProgressStep, ProgressMessage } from '../types/index.js'; export declare function showProgress(message: ProgressMessage): void; export declare function showSuccess(message: ProgressMessage): void; export declare function showError(message: ProgressMessage): void; export declare function showStep(step: ProgressStep, total: ProgressStep, message: ProgressMessage): void; export declare function showFileOutput(type: string, path: string): void; //# sourceMappingURL=progress.d.ts.map