import t = require('tcomb');
declare const Hexadecimal: t.Refinement<string>;
export { Hexadecimal };
export default Hexadecimal;
