export declare const rollupRemoveExports: () => {
    name: string;
    generateBundle(options: any, bundle: any): void;
};
