export declare function filterToQueryParam(value: any, name: any): string; export declare function filterFromQueryParam(param: string): string[];