export declare const isBrowser: boolean; export declare const getCssNumber: (val: string | number) => string; export declare function uuid(): string; export * from './mergeWith';