import { ConnectionTypeEnum } from '../enums';
interface IMobileConnectionConfig {
    __delimiter: ConnectionTypeEnum.Mobile;
}
export default IMobileConnectionConfig;
//# sourceMappingURL=IMobileConnectionConfig.d.ts.map