export declare class Formatter { private biome; format(source: string, ext: "js" | "json"): Promise; private getBiome; }