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