export type EnumType = string | number | boolean | undefined | null; export declare const createEnum: (...arguments_: T) => { enum: T[number]; };