import type { Plugin } from 'rollup';
export interface DeleteOutputOptions {
    dirs: string[];
}
export declare function deleteOutput(options: DeleteOutputOptions): Plugin;
//# sourceMappingURL=delete-output.d.ts.map