export declare const removeNpm: (deps: any, inValues?: any) => any;
export declare const getCleanDependencies: (workspace: string) => Promise<string[]>;
