export default class InjectableContainer { private static container; static register(instance: any): void; static fetch(_name: string): any; }