/** Base URL for the {@link https://registry.npmjs.org | npm registry API}. */
export declare const npmRegistryUrl = "https://registry.npmjs.org";
/** Base URL for the npm registry {@link https://api.npmjs.org | downloads API}. */
export declare const npmRegistryDownloadsApiUrl = "https://api.npmjs.org";
