import { Tree } from '@nx/devkit'; interface FormattedChange { path: string; type: string; } export declare function getFormattedListChanges(tree: Tree, previous?: FormattedChange[]): FormattedChange[]; export declare function mockEnsurePackage(): void; export {};