import { URI } from './uri'; import { Utils } from './utils'; export { URI, Utils }; declare const _default: { URI: typeof URI; Utils: typeof Utils; }; export default _default;