export declare function isNumericString(val: string): boolean; export declare function createId(prefix?: string): string; export declare function isObject(val: any): boolean; export declare function mergeObjects(...objs: object[]): object;