/**
 * Test scenarios for validating MCP server document-based functionality
 * These test cases use mock data and don't depend on external services
 */
/**
 * Test configuration
 */
interface TestConfig {
    restServerUrl: string;
    verbose: boolean;
}
/**
 * Run all document-based test scenarios
 */
export declare function runHierarchicalTests(config: TestConfig): Promise<void>;
export {};
