import { StopMessage } from '../../../common'; import { BaseEntity } from '../../../../entities/core-entities/index.js'; /** * StopResponseBody class is responsible for * deserializing the response from the distribution * API to a stop response body. */ export declare class StopResponseBody implements BaseEntity { [key: string]: unknown; message: StopMessage; }