import type { Linter } from 'eslint'; /** * Command configuration * Handles command comments in code (like // @ts-expect-error, etc.) */ export declare function command(): Promise; //# sourceMappingURL=command.d.ts.map