import type { OutputMode } from '../../lib/index.js'; interface CleanOptions { outputMode: OutputMode; sessions?: boolean; profiles?: boolean; logs?: boolean; all?: boolean; } export declare function clean(options: CleanOptions): Promise; export {}; //# sourceMappingURL=clean.d.ts.map