import { CMAClient } from './types/cmaClient.types'; import type { IdsAPI } from './types/api.types'; import type { Channel } from './channel'; export declare function createCMAClient(ids: IdsAPI, channel: Channel): CMAClient;