export interface ObjectUtil { uuid(): string apply(...args: any[]): any copy(source: any): any getValueByPath(object: any, key: string): any }