import Authentication from './authentication'; import Base from './base'; import Billing from './billing'; import CommsCanceled from './comms-canceled'; import CommsRequest from './comms-request'; import CommsResponse from './comms-response'; import Comms from './comms'; import OutdatedClient from './outdated-client'; import Parsing from './parsing'; declare const _default: { Authentication: typeof Authentication; Base: typeof Base; Billing: typeof Billing; CommsCanceled: typeof CommsCanceled; CommsRequest: typeof CommsRequest; CommsResponse: typeof CommsResponse; Comms: typeof Comms; OutdatedClient: typeof OutdatedClient; Parsing: typeof Parsing; }; export default _default;