import { OutputBundle } from 'rollup';
import { Plugin } from 'rollup';
export declare const resolveFromBundle: (bundle: OutputBundle) => Plugin;
