export declare class CuentaFiscal { codAgrup: any; descripcion: string; usuarioERP: string; fechaERP: Date; nivel: number; estatus: boolean; }