import type { OberonPlugin } from "@oberoncms/core"; import type { DriverContract } from "flydrive/types"; export declare const getFlyDrivePlugin: (diskDriver: DriverContract) => OberonPlugin; //# sourceMappingURL=plugin.d.ts.map