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