import { Auth, RtcApi } from '../../types/index';
export declare function createClipApi(auth: Auth, host: string, agentId: string, onError?: (error: Error, errorData: object) => void): RtcApi;
