import { Ecosystem, EcosystemPlugin } from './types';
export declare function getPlugin(ecosystem: Ecosystem): EcosystemPlugin;
