import { Plugin } from 'rollup';
export default function ({ title }: {
    title: string;
}): Plugin;
