import { Plugin } from 'rollup'; import { RollupPluginOptions } from './types'; export * from 'imagetools-core'; export declare function imagetools(userOptions?: Partial): Plugin;