declare type ParamValue = number | string; declare type ParamValueObject = Record; export { ParamValue, ParamValueObject };