export default function plugin(options?: {
    exclude?: string[];
}): Plugin;
