export declare abstract class Prettier { abstract format(sourceString: string, options?: { [prop: string]: any; }): string; }