import { IdentificativoRichiestaDTO } from "./identificativo-richiesta-dto";
export declare class CreazioneBozzaResponse {
    id: IdentificativoRichiestaDTO;
}
