/**
 * Find NPM paths and resolve them to full URLs with the same package version as in this library.
 */
export declare function addDefaultVersions(paths: string[], name: string, version: string): string[];
