import type { Options } from "prettier";
export declare function formatCodeAsync(code: string, options?: Readonly<Options>): Promise<string>;
