import type { Enum } from '../types';
/**
 * @deprecated
 */
export declare const getEnumFromDescription: (description: string) => Enum[];
