import type { Config } from '../config.js';
export declare const lint: ({ options, variants }: Config) => void;
