import { Enum } from '../../../client/interfaces/Enum'; export declare function getEnumFromDescription(description: string): Enum[];