/** * convert a camelCase to a kebab-case * @param anEnum - an enum interface */ export declare function odsCamelCase2KebabCase(str: string): string;