import type { Options } from 'code-block-writer'; /** * Try to figure out the formatting config for a given project. */ export declare const getFormatConfig: (projectPath: string) => Promise<{ codeWriterOptions: Partial; formatter: "biome" | "none"; }>; //# sourceMappingURL=getFormatConfig.d.ts.map