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