import { M2m } from './M2m';
/**
 * M2M Client
 */
export type M2mGetResponse = M2m;
