import { z } from "zod"; export declare const lintFormatToolingSchema: z.ZodEnum<{ biome: "biome"; "oxlint-oxfmt": "oxlint-oxfmt"; }>; export type LintFormatTooling = z.infer; export declare const defaultLintFormatTooling = "oxlint-oxfmt"; export declare const lintFormatToolingOptions: ("biome" | "oxlint-oxfmt")[]; export declare const formatLintFormatTooling: (tooling: LintFormatTooling) => string; //# sourceMappingURL=lint-format-tooling.d.ts.map