/** Option Config Parameter type */
export declare enum OptionConfigParamTypeEnum {
    'bool' = "bool",
    'int' = "int",
    'list' = "list",
    'str' = "str"
}
//# sourceMappingURL=OptionConfigParamTypeEnum.d.ts.map