export declare class InjectedModule { constructor(routeName: string, module: any); routeName: string; module: any; }