export declare class DocumentMetadataDTO {
    chiave: string;
    valore: string;
}
