export declare const hasOwnProperty: (v: PropertyKey) => boolean;
export declare const isEmptyArrayValue: (arr?: never[]) => boolean;
export declare const isEmpty: (val: any) => boolean;
export declare const generateId: () => number;
export declare const strDeep: (obj: any) => any;
export declare function setNumber(n: any, decimals?: number): number;
