export declare class ObjectUtil { static enumFromValue(enu: any, value: string): T; static keyFromValue(enu: any, value: V): any; }