import * as check from './smartpath.check.js'; import * as get from './smartpath.get.js'; import * as transform from './smartpath.transform.js'; export { check, get, transform }; export declare const join: (...args: string[]) => string; export * from './smartpath.classes.smartpath.js';