export { TypedEnum$1 as default }; declare var TypedEnum$1: { new (): { [x: string]: any; }; [x: string]: any; from(value: any): any; };