import { EnumTypes } from "./_types";
/**
 * Return the Enum value of the type of the argument
 * @param arg
 * @returns {EnumTypes}
 */
export declare function getEnumType(arg: unknown): EnumTypes;
