import type { FileProgressPlugin } from "./types.js"; /** * Public plugin instance exported from the package root. */ declare const plugin: FileProgressPlugin; export type { FileProgressConfigName, FileProgressPlugin, ProgressRuleOptions, ProgressSettings, } from "./types.js"; export default plugin; //# sourceMappingURL=index.d.ts.map