import type { Plugin } from '../../types.js'; import type { RemoteVersionsPluginOptions } from './types.js'; export type { RemoteVersionsPluginOptions } from './types.js'; export declare function createRemoteVersionsPlugin(): Plugin;