export declare class InstanceLoader { static getInstance(context: Record, name: string, ...args: any[]): any; }