import type { BuiltInParserName } from 'prettier'; export declare function formatPrettier(str: string, parser: BuiltInParserName): Promise;