export declare class ObjectUtil {
    static keys(obj: any): string[];
}
