import * as ts from "typescript";
export declare function format(fileName: string, text: string, options?: ts.FormatCodeSettings): string;
