export default function (): void;
export interface TaskArgs {
    nodeType: string;
    clean: boolean;
    withExplorer: boolean;
}
