import type { FilesystemPlugin } from "./definitions";
declare const Filesystem: FilesystemPlugin;
export * from "./definitions";
export { Filesystem };
