import type { NxArgs } from './utils';
export declare function parseFiles(options: NxArgs): {
    files: string[];
};
export declare function getProjectRoots(projectNames: string[]): string[];
