import { EnumConfig } from "../types/decorators"; export declare function registerEnumType(enumObj: T, enumConfig: EnumConfig): void;