export declare const isSSR: boolean; /** * Removes object entries where the value equals to `undefined` * * @param obj */ export declare const removeUndefined: (obj: any) => any;