export declare const createAliases: (paths: string[], pluginsModulesPath: string | undefined, aliases: Map<string, string>, basePath: string) => void;
export declare const getPluginsModulesPath: (srcDir: string) => Promise<string | undefined>;
