import { Command } from "./command";
export declare function createCleanCommand(): Command<void>;
