import type { InstancePlugin, InstancePluginType } from '../models'; export declare class InstancePluginFactory { static instance(data: { instanceId: string; name: string; tag: string; type: InstancePluginType; version?: string; active?: boolean; }): InstancePlugin; }