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