export declare class ParamsService { private params; set(key: string, value: any): void; get(key: string): any; remove(key: string): boolean; }