export declare enum ECommonsStrictParamType { ID = "id", IDNAME = "idname", INT = "int", BASE36 = "base36", BASE62 = "base62", BASE62LONG = "base62long", YMD = "ymd", YMDHIS = "ymdhis" } export declare function toECommonsStrictParamType(type: string): ECommonsStrictParamType | undefined; export declare function fromECommonsStrictParamType(type: ECommonsStrictParamType): string;