import type { Command as CommanderCommand } from 'commander'; import Command from '../Command'; export default class LangCheckCommand extends Command { signature: string; description: string; handle(options: { fix?: boolean; clean?: boolean; }): Promise; configure(cmd: CommanderCommand): void; } //# sourceMappingURL=LangCheckCommand.d.ts.map