export default function plugin({ exclude }?: { exclude?: string[]; }): (string | { import_path: string; exclude: string[] | undefined; })[];