/** * qa360-mcp test:dx - DX compliance testing */ interface TestDxOptions { ci?: boolean; } export declare function testDxCommand(options: TestDxOptions): Promise; export {}; //# sourceMappingURL=test-dx.d.ts.map