export declare class UrlParamsProvider { static getParam(name: string): string | undefined; static parseUrlParams(query: string): any; }