import { Formatter } from "./formatter.js";
export declare class JSONFormatter extends Formatter {
    format(source: string): Promise<string>;
}
