import type { MultiCustomerConfig, CliArgs } from '../../types.js'; export declare function handleLintCommand(customerConfig: MultiCustomerConfig, args: CliArgs, verbose: boolean): Promise; //# sourceMappingURL=lint.d.ts.map