import { Command } from 'commander';
export interface LintCommandOptions {
    cspell?: boolean;
    glob: string | string[];
}
export declare const lintCommand: Command;
