import type { UploaderPlugin } from "./definitions";
declare const Uploader: UploaderPlugin;
export * from "./definitions";
export { Uploader };
