/** * Interface que representa el error en carga del modelo o librería tensorflow */ export declare class ErrorLegendModel { title: string; instructions: string; image: string; constructor(title?: string, instructions?: string, image?: string); }