import { type PrettierOutput } from '../adapter/prettier.js'; import type { Input } from './types.js'; export declare const runPrettierInCurrentThread: ({ debug }: Input) => Promise; export declare const runPrettierInWorkerThread: (input: Input) => Promise;