export declare class N8nIntegrationTester {
    private tool;
    private config;
    constructor();
    runN8nIntegrationTests(): Promise<void>;
    private testMCPCommandRegistration;
    private testGuiConfiguration;
    private testAgentCommandDiscovery;
    private testExecCommandInterface;
    private testPolicyDrivenUsage;
}
//# sourceMappingURL=n8n-integration-test.d.ts.map