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