import { ContentValue } from '@/domain/models/message.interface'; export declare class ContentValueDto implements ContentValue { value: string; annotations: string[]; name?: string; size?: number; }