export declare class IdentificativoRichiestaDTO {
    id: string;
    codice: string;
}
