import { CustomCommandShape, PluginRuntimeShape } from './types'; export declare const correctPluginPaths: (projectPath: string, plugins: string[]) => string[]; export declare const loadPlugins: (pluginPaths: string[], importer?: ((fileOrModule: string) => any) | undefined) => Promise; export declare const getCustomCommands: (plugins: PluginRuntimeShape[]) => Record; //# sourceMappingURL=plugins.d.ts.map