import { PluginExecutionVersions, SupportedPluginVersions } from '../types/plugin/index.js'; export * from './registry.js'; export * from './templates/index.js'; export declare const CLOUD_PLUGIN_VERSIONS_LATEST: PluginExecutionVersions; export declare const CLOUD_PLUGIN_VERSIONS_SUPPORTED: SupportedPluginVersions; /** * Minimum plugin versions supported by the orchestrator. * These are hardcoded in the orchestrator's Go code and represent * the baseline versions that all agents must support. * * @see orchestrator/internal/v2/step.go SUPERBLOCKS_PLUGIN_VERSIONS */ export declare const ORCHESTRATOR_PLUGIN_VERSIONS: SupportedPluginVersions; //# sourceMappingURL=index.d.ts.map