/** * * Runs prettier and later prints the output configuration * * @param {string} outputPath - Path to write the config to * @param {string} source - AST to write at the given path * @returns {void} Writes a file at given location */ export declare function runPrettier(outputPath: string, source: string): void;