/** * Test command - Test CCanywhere configuration and services */ import type { CliOptions } from '../../types/index.js'; interface TestOptions extends CliOptions { all?: boolean; notifications?: boolean; deployment?: boolean; tests?: boolean; send?: boolean; title?: string; message?: string; channels?: string; } export declare function testCommand(options: TestOptions): Promise; export {}; //# sourceMappingURL=test-runner.d.ts.map