import type { CommandClass, Plugin } from "@compositive/cli"; export declare class ReadmePlugin implements Plugin { readonly name: string; readonly version: string; onCollectCommands(nextFn?: () => Promise): Promise; } //# sourceMappingURL=index.d.ts.map