export declare class TestConnection { constructor(); setCredential(credentialId?: string): TestConnection; setMidServerId(midServerId?: string): TestConnection; setRepositoryURL(repositoryURL?: string): TestConnection; setSysApp(sysAppSysId?: string): TestConnection; start(): string; } //# sourceMappingURL=TestConnection.d.ts.map