export declare class EntityFieldNest {
    getCXMEntityFields(entityName: string, lang: string): Promise<any>;
}
