import { Rule } from '@angular-devkit/schematics';
/**
 * Remove a file from the Virtual Schematic Tree
 */
export declare function deleteFile(from: string): Rule;
