import type { Plugin } from 'rollup';
export interface DeleteOutputOptions {
    dirs: string[];
}
export declare function deleteOutput(options: DeleteOutputOptions): Plugin;
