export declare const getEnumInfo: (field: any, clientRootFolder?: any) => { enumValues: any; clientRootFolder: string; withoutCustomValues: boolean; withSomeCustomValues: boolean; withCustomValues: boolean; enumName: any; title: any; enumJavadoc: any; enumInstance: any; enums: any; };