import { HistoryModule } from './history.types';
import { SipgateIOClient } from '../core/sipgateIOClient';
export declare const createHistoryModule: (client: SipgateIOClient) => HistoryModule;
