import type { Tree } from '@nx/devkit';
import type { NormalizedOptions } from '../schema';
export declare function removeDeadCodeFromRemote(tree: Tree, options: NormalizedOptions): void;
//# sourceMappingURL=remove-dead-code-from-remote.d.ts.map