import { PluginOptions } from './index'; export default function csvTransform(options: PluginOptions | undefined, code: string, id: string): any;