declare class EnumType { value: string; constructor(value: string); } export { EnumType };