import type { IUniversalFs } from "./types.ts"; export * from "./types.js"; export { selectFromEnv, loadModule } from "./env.js"; /** * @import { * IUniversalFs, * IInternalFs, * TUFSFormat, * TUFSOptions, * TUFSInputType, * } from "./types.d.ts" */ /** * WIP */ export declare const ufs: IUniversalFs;