/**
 * Test Suite for Parameter Normalization and Framework Bridge
 * Tests various input formats to ensure robustness
 */
declare class TestRunner {
    private normalizer;
    private commandHandler;
    private passed;
    private failed;
    constructor();
    testParameterNormalization(): void;
    testFrameworkRouting(): void;
    testEdgeCases(): void;
    runAll(): 1 | 0;
}
export { TestRunner };
//# sourceMappingURL=test-parameter-normalization.d.ts.map