export declare class LinkRoutingModuleModel { module: string; route: string; queryParamString?: string | null; }