export declare type EnumTypeConfig = { name?: string; description?: string; }; export declare const EnumType: (opts?: EnumTypeConfig) => (target: T) => T;