import * as prettier from "prettier";
export declare function pretty(value: any, options?: prettier.Options): Promise<string>;
