import { DevicesModule } from './devices.types';
import { SipgateIOClient } from '../core';
export declare const createDevicesModule: (client: SipgateIOClient) => DevicesModule;
