/** * Lint command - DEPRECATED * * This command has been deprecated and now calls the `validate` command internally. * Please use `validate` directly for all validation needs. * * @deprecated Use `validate` command instead */ import { Command } from 'commander'; export declare function createLintCommand(): Command; //# sourceMappingURL=lint.d.ts.map