import check = require('./smartpath.check'); import get = require('./smartpath.get'); import transform = require('./smartpath.transform'); export { check, get, transform }; export * from './smartpath.classes.smartpath';