| import { LitAnalyzerCliConfig } from "./lit-analyzer-cli-config.js"; | |
| /** | |
| * Executes the configuration and returns a boolean indicating if the command ran successfully. | |
| * @param globs | |
| * @param cliConfig | |
| */ | |
| export declare function analyzeCommand(globs: string[], cliConfig: LitAnalyzerCliConfig): Promise<boolean>; | |
| //# sourceMappingURL=analyze-command.d.ts.map |