export interface NFEStatusServicoServiceImpl {
    Exec(data?: any): Promise<any>;
}
