import { OLConnectRestClient, OLConnectRestClientOptions } from "../api/OLConnectRestClient"; export declare class OLConnectRestApiConnectionPool { static restClientInstanceFor(connectionId: string, url: string, username: string | undefined, password: string | undefined, options?: OLConnectRestClientOptions): OLConnectRestClient; static clearConnection(connectionId: string): void; private static restClientConnections; }