export declare let createCleanCommand: () => {
    execute: () => void;
};
