import { ScanOptions } from '../../types'; export type DoPrettierOptions = ScanOptions; export declare function doPrettier(options: DoPrettierOptions): Promise;