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