import type { CommandAction } from '../../types/CommandAction.js'; export interface CleanOptions { } /** Clear the Cloudpack cache. */ export declare const execute: CommandAction; //# sourceMappingURL=clean.d.ts.map