export default function plugin(options?: {
    exclude?: string[];
}): [PluginObj, Record<string, any>];
