export declare class BaseActivoModel { activo?: boolean; created?: Date; updated?: Date; createdBy?: string; updatedBy?: string; }