export declare class ConnectionTester {
    private clients;
    private credentialManager;
    constructor();
    testAllConnections(): Promise<void>;
    private testConnection;
    testSpecificAPI(apiName: 'indesign' | 'illustrator' | 'photoshop' | 'docGen'): Promise<boolean>;
}
//# sourceMappingURL=test-connections.d.ts.map