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