#!/usr/bin/env node
/**
 * Mock Test script for Aptly MCP Server
 * Tests MCP functionality without requiring an actual Aptly server
 */
declare function testMCPTools(): Promise<void>;
declare function testInspectorCompatibility(): Promise<void>;
export { testMCPTools, testInspectorCompatibility };
