import type { CliPlugin } from '@modern-js/core';
export declare const getPlugins: (runningCmd: string) => CliPlugin<{}>[];