import { EMessagePropertyStatus } from 'redis-smq';
import { TErrors } from '../../../errors/types/index.js';
export type GetMessageStatusControllerResponseDTO = readonly [200, EMessagePropertyStatus] | TErrors['MessageMessageNotFoundError'];
//# sourceMappingURL=GetMessageStatusControllerResponseDTO.d.ts.map