export interface RequireContext { keys(): string[]; (id: string): any; (id: string): T; resolve(id: string): string; id: string; }