import { type Options } from "prettier";
/** @see https://github.dev/stephenh/ts-poet/blob/5ea0dbb3c9f1f4b0ee51a54abb2d758102eda4a2/src/Code.ts#L231 */
export declare function maybePretty(input: string, options?: Options | null): string;
