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