import { type Options } from "prettier";
export declare function pretty(value: any, options?: Options): Promise<string>;
