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