export declare class TestConnection { setCredential(credentialId?: string): TestConnection setMidServerId(midServerId?: string): TestConnection setRepositoryURL(repositoryURL?: string): TestConnection setSysApp(sysAppSysId?: string): TestConnection start(): string constructor() }