export declare class MockTestEnvironment {
    private tool;
    private testResults;
    constructor();
    runComprehensiveTests(): Promise<void>;
    private testToolInitialization;
    private testAvailableCommands;
    private testCommandMetadata;
    private testInputValidation;
    private testErrorHandling;
    private testCacheFunctionality;
    private testCliToolStructure;
    private testResourceCommandCoverage;
    private printTestSummary;
}
export declare function runMockTests(): Promise<void>;
//# sourceMappingURL=mock-test-environment.d.ts.map