export declare class PrettierController {
    static formatJs(JSContent: string): string;
}
