import { type ConnectionTestResult, type TestConnectionInput, type TestConnectionWithApiKeyInput } from './spec.js'; export declare class StitchConnectionService { testConnectionWithApiKey(input: TestConnectionWithApiKeyInput): Promise; testConnection(input: TestConnectionInput): Promise; }