import CogniteWellsClient from "./cogniteWellsClient"; export function createWellsClient( appId: string, baseUrl: string ): CogniteWellsClient { return new CogniteWellsClient({ appId: appId, baseUrl: baseUrl, }); }