import { Options } from "./index";
export declare function gofmt(input: string, options: Options, logger: any): Promise<string>;
