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