import '@tapjs/core';
import { LoadedConfig } from '@tapjs/config';
/**
 * If it's a package, figure out what version we have, what version
 * we want, and what the parsed name of the plugin is.
 */
export declare const analyzePluginArg: (plugin: string, config: LoadedConfig) => Promise<{
    name: string;
    versionInstalled: string;
    versionWant: string | undefined;
}>;
//# sourceMappingURL=analyze-plugin-arg.d.ts.map