export declare const isUTMParam: (param: string) => boolean; export declare const filterObjectUTMParams: (obj?: any) => { [k: string]: unknown; };