export declare function getAllEnumValues(e: any): any[]; export declare function wait(ms: number): Promise; export declare function dataKeyFromCamelKey(key: string): string; export declare function dataKeyToCamelKey(key: string): string; export declare function getInlineStyle(key: string, value: string): string;