import { FormatterOptions } from "./formatter/Formatter";
export default function (groovyCode: string, options?: FormatterOptions): string;
