import { Command, OptionValues } from 'commander';
import { CleanConfig } from './clean/clean';
export declare const program: Command;
export declare function createCommand(): Command;
export declare function handler(program: Command): Promise<void>;
export declare function getCleanConfig(options: OptionValues, tacoRootPath: string): CleanConfig;
