export declare const getSharedDepsMapping: (deps: string[]) => Promise<Record<string, string>>;
