export declare const LINTING_TOOLS: string[]; export type LintingTool = (typeof LINTING_TOOLS)[number];