import { FaxModule } from './fax.types';
import { SipgateIOClient } from '../core/sipgateIOClient';
export declare const createFaxModule: (client: SipgateIOClient) => FaxModule;
