import type { Tree } from '@nx/devkit';
import type { NormalizedOptions } from '../schema';
export declare function deleteFiles(tree: Tree, options: NormalizedOptions): void;
