import type { RuleMetadata } from './discover.ts'; /** Generate .lintcn/go.work and .lintcn/go.mod for editor/gopls support. */ export declare function generateEditorGoFiles(lintcnDir: string): void; /** Generate build workspace for compiling the custom binary. */ export declare function generateBuildWorkspace({ buildDir, tsgolintDir, lintcnDir, rules, }: { buildDir: string; tsgolintDir: string; lintcnDir: string; rules: RuleMetadata[]; }): void; //# sourceMappingURL=codegen.d.ts.map