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