export declare function collectDependencies({ cwd }: { cwd: string; }): Promise<{ [k: string]: Set; } | null>;