import { Options } from "prettier"; export declare function getPrettierConfig(parser?: string): Promise; export declare function formatWithPrettier(content: string, lang?: string): Promise;