/** * Runs prettier on a source string * * @name runPrettier * @param {string} source * @param {string} filePath */ export declare function formatter(source: string, filePath: string): string; //# sourceMappingURL=prettier.d.ts.map